github.com/golang/protobuf/proto.textWriter.WriteByte (method, view implemented interface methods)
22 uses
github.com/golang/protobuf/proto (current package)
text_encode.go#L164: func (w *textWriter) WriteByte(c byte) error {
text_encode.go#L184: w.WriteByte(':')
text_encode.go#L191: w.WriteByte(' ')
text_encode.go#L291: w.WriteByte('\n')
text_encode.go#L320: w.WriteByte('<')
text_encode.go#L322: w.WriteByte('\n')
text_encode.go#L329: w.WriteByte('\n')
text_encode.go#L334: w.WriteByte('\n')
text_encode.go#L336: w.WriteByte('>')
text_encode.go#L337: w.WriteByte('\n')
text_encode.go#L344: w.WriteByte('\n')
text_encode.go#L377: w.WriteByte(bra)
text_encode.go#L379: w.WriteByte('\n')
text_encode.go#L393: w.WriteByte(ket)
text_encode.go#L408: w.WriteByte('"')
text_encode.go#L429: w.WriteByte('"')
text_encode.go#L451: w.WriteByte(':')
text_encode.go#L454: w.WriteByte(' ')
text_encode.go#L486: w.WriteByte('{')
text_encode.go#L491: w.WriteByte('\n')
text_encode.go#L543: w.WriteByte(' ')
text_encode.go#L548: w.WriteByte('\n')
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)